home *** CD-ROM | disk | FTP | other *** search
-
- SYNTAX: NMOVE [/A /M /N /O /S] source-filespec [destination-path]
-
- OPTIONS:
-
- /A filespec Moves only files that have been archived
- This is useful to clean out files from a send modifed hotfolder
-
- EXAMPLE NMOVE /A H:\HOTFOLD\*.* C:\DONE moves archived files to C:\done
-
- /M filespec Moves only files that have been modified
-
- /N filespec counts files that match filespec
-
- EXAMPLE NMOVE /M /N *.* C:\HOTFOLD counts modified files in C:\HOTFOLD
- This combination is useful to see if how many files CDFT is processing
- to send in a send modified hotfolder.
-
- /O filespec moves only One file
-
- EXAMPLE NMOVE /O C:\QUEUE\*.* C:\HOTFOLD moves one file to HOTFOLD
- This is useful to allow a batch file to move a single file into the
- send modified hotfolder.
-
- /S filespec includes subdirectories
-
- EXAMPLE NMOVE /S /N *.*
- Exit code is number of movable files in current tree
-
- RETURN VALUES:
-
- IF /N option is not used, then exit codes are:
- Return 1 if a source file could not be moved
- Return 2 if a destination could not be overwritten
- Return 3 if both of the above occurred
- Return 4 if DOS error or bad attributes
-
-